- addOnFinish
HipTween addOnFinish(void delegate() onFinish)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocSaveData
void allocSaveData(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- play
HipTween play()
Undocumented in source. Be warned that the author may not have intended to support it.
- setEasing
HipTween setEasing(HipEasing easing)
Undocumented in source. Be warned that the author may not have intended to support it.
- setProperties
void setProperties(string name, float durationSeconds, bool loops)
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- by
HipTween by(float durationSeconds, float*[] valuesRef, float[] targetValues)
Undocumented in source. Be warned that the author may not have intended to support it.
- by
HipTween by(float durationSeconds, T target, V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- to
HipTween to(float durationSeconds, float*[] valuesRef, float[] targetValues)
This version is more lightweight compiler wise as it is not templated
- to
HipTween to(float durationSeconds, T target, V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.